home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
tools
/
dfÜ
/
bbs
/
tronbbs
/
tron
/
menus
/
editor.src
< prev
next >
Wrap
Text File
|
1996-07-16
|
610b
|
44 lines
; Select an editor to write (echo)mail
Menu "Editor.menu"
flags hotkeyable
level 0 - 255 , "Editor.Ansi"
prompt 0 , 0 - 255 , "|Editor Menu : "
prompt 1 , 0 - 255 , "|Editor Menu : "
BEGIN ; Start the command definitions
Cmd "0"
ChangeEditor "0" ;select line editor
PreviousMenu
EndCmd
Cmd "1"
ChangeEditor "1" ;select line editor OR local editor
PreviousMenu
EndCmd
Cmd "2"
ChangeEditor "2" ;select 'tron:doors/fsed/fsed2'
PreviousMenu
EndCmd
Cmd ""
PreviousMenu
EndCmd
Cmd "Q"
PreviousMenu
EndCmd
END